FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package navify.fhir.r5.rdc#1.0.0 (78 ms)

Package navify.fhir.r5.rdc
Type StructureDefinition
Id Id
FHIR Version R5
Source https://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.0.0&canonical=https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-BG
Url https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-BG
Status active
Name RdcObservationBG
Title RDC Observation BG
Experimental False
Description A clinical observation capturing a patient’s blood glucose level. This profile serves as a parent observation for related profiles, such as carbohydrate intake or Estimated Weight Mean (EWM), which provide additional context. Blood glucose measurements can be recorded by the patient or directly by a device.
Copyright Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Instance RDC Device Instance
https://roche.com/fhir/iop/StructureDefinition/rdc-Observation RDC Observation
https://roche.com/fhir/iop/StructureDefinition/rdc-Patient RDC Patient
https://roche.com/fhir/iop/ValueSet/observation-codes ObservationCodes


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "rdc-Observation-BG",
  "url" : "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-BG",
  "name" : "RdcObservationBG",
  "title" : "RDC Observation BG",
  "status" : "active",
  "publisher" : "F. Hoffmann-La Roche AG",
  "description" : "A clinical observation capturing a patient’s blood glucose level. This profile serves as a parent observation for related profiles, such as carbohydrate intake or Estimated Weight Mean (EWM), which provide additional context. Blood glucose measurements can be recorded by the patient or directly by a device.",
  "copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion" : "5.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "max" : "0"
      },
      {
        "id" : "Observation.instantiates[x]",
        "path" : "Observation.instantiates[x]",
        "max" : "0"
      },
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "max" : "0"
      },
      {
        "id" : "Observation.triggeredBy",
        "path" : "Observation.triggeredBy",
        "max" : "0"
      },
      {
        "id" : "Observation.partOf",
        "path" : "Observation.partOf",
        "max" : "0"
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "max" : "0"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "32016-8"
            }
          ]
        },
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://roche.com/fhir/iop/ValueSet/observation-codes"
        }
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.focus",
        "path" : "Observation.focus",
        "max" : "0"
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "max" : "0"
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "type" : [
          {
            "code" : "Timing"
          }
        ]
      },
      {
        "id" : "Observation.issued",
        "path" : "Observation.issued",
        "max" : "0"
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "max" : "0"
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "type" : [
          {
            "code" : "Quantity"
          }
        ]
      },
      {
        "id" : "Observation.dataAbsentReason",
        "path" : "Observation.dataAbsentReason",
        "max" : "0"
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "max" : "0"
      },
      {
        "id" : "Observation.bodyStructure",
        "path" : "Observation.bodyStructure",
        "max" : "0"
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Device-Instance"
            ]
          }
        ]
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "max" : "0"
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation"
            ]
          }
        ]
      },
      {
        "id" : "Observation.derivedFrom",
        "path" : "Observation.derivedFrom",
        "max" : "0"
      },
      {
        "id" : "Observation.component.code",
        "path" : "Observation.component.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://roche.com/fhir/iop/ValueSet/observation-codes"
        }
      },
      {
        "id" : "Observation.component.value[x]",
        "path" : "Observation.component.value[x]",
        "max" : "0"
      },
      {
        "id" : "Observation.component.dataAbsentReason",
        "path" : "Observation.component.dataAbsentReason",
        "max" : "0"
      },
      {
        "id" : "Observation.component.interpretation",
        "path" : "Observation.component.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.component.referenceRange",
        "path" : "Observation.component.referenceRange",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.